projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d45fd56
)
GtkArg is deprecated since 2.2
author
Javier Jardón
<jjardon@gnome.org>
Tue, 16 Nov 2010 05:43:16 +0000
(06:43 +0100)
committer
Javier Jardón
<jjardon@gnome.org>
Tue, 16 Nov 2010 05:43:16 +0000
(06:43 +0100)
gtk/gtktypeutils.h
patch
|
blob
|
history
diff --git
a/gtk/gtktypeutils.h
b/gtk/gtktypeutils.h
index 51760cf0a91af562932f11efd299683a812e3453..1221a04caed6be2b729eea906f28253e807df9ef 100644
(file)
--- a/
gtk/gtktypeutils.h
+++ b/
gtk/gtktypeutils.h
@@
-77,11
+77,13
@@
typedef void (*GtkCallbackMarshal) (GObject *object,
typedef gchar * (*GtkTranslateFunc) (const gchar *path,
gpointer func_data);
-#if defined (GTK_COMPILATION)
+#if
!defined (GTK_DISABLE_DEPRECATED) ||
defined (GTK_COMPILATION)
/**
* GtkArg:
*
* This is a structure that we use to pass in typed values (and names).
+ *
+ * Deprecated: 2.2:
*/
struct _GtkArg
{